home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / escripte.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  22.6 KB  |  623 lines

  1. *PPD-Adobe: "4.0"
  2. *%
  3. *% Note:  For use with some ancient applications, e.g., Adobe Separator 3.2,
  4. *%   it may be necessary to make a version of this file with the first line
  5. *%   commented out.
  6. *%
  7. *% PTL SCCS ID "@(#)PPD    1.9x 4/27/95";
  8. *%
  9. *FormatVersion: "4.0"
  10. *FileVersion: "1.9x"
  11. *LanguageVersion: English
  12. *%
  13. *Product: "(EPL-5700)"
  14. *%
  15. *PSVersion: "(132.18) 2834"
  16. *%
  17. *ModelName: "EPSON EPL-5700 EPSONScript"
  18. *%
  19. *% NickName can be customized by the local system administrator.
  20. *NickName: "EPSON EPL-5700 EPSONScript"
  21. *%
  22. *PCFileName: "ESCRIPTE.PPD"
  23. *Manufacturer: "Epson"
  24.  
  25. *%=== Basic Capabilities ===============
  26. *LanguageLevel: "2"
  27. *ColorDevice: False
  28. *DefaultColorSpace: Gray
  29. *Throughput: "8"
  30. *Protocols: TBCP
  31.  
  32. *% The FreeVM number is most useful for intelligent spoolers that can
  33. *%   decide which printer to use, based on the known available memory.
  34. *%   I.e., in general, this number is not too important.
  35. *% FreeVM may be set for the particular printer's memory configuration
  36. *%   by typing  "vmstatus exch sub == pop"  JUST AFTER POWER UP.  This number
  37. *%   varies only slightly for ON vs. OFF settings of "JOB MENU > PAGE PROTECT",
  38. *%   or for 300 vs. 600 dpi.
  39. *% Note:  The actual *usable* memory size *is* increased when "JOB MENU PAGE
  40. *%   PROTECT" is set to "OFF", and when RESOLUTION is set to 300.
  41. *%
  42. *FreeVM: "3366888"
  43. *VMOption None/Minimum PS2 Standard 4.0 MB RAM: "3366888"
  44. *VMOption  4.0MB: "3366888"
  45. *VMOption  6.0MB: "5464040"
  46. *VMOption 12.0MB: "11755496"
  47. *VMOption 20.0MB: "20144104"
  48. *VMOption 36.0MB: "36921320"
  49.  
  50. *Password: "()"
  51. *ExitServer: " count 0 eq % Is password on stack?
  52.    { false } { true exch startjob } ifelse
  53.      not { (WARNING: Cannot modify initial VM.) =
  54.            (Missing or invalid password.) =
  55.            (Please contact author of this software.) = flush quit
  56.          } if"
  57. *End
  58. *Reset: "count 0 eq % Is password on stack?
  59.    { false } { true exch startjob } ifelse
  60.      not { (WARNING: Cannot reset printer.) =
  61.            (Missing or invalid password.) =
  62.            (Please contact author of this software.) = flush quit
  63.          } if
  64.     systemdict /quit get exec
  65.     (WARNING:  Printer Reset Failed.) = flush"
  66. *End
  67.  
  68. *% When MicroGray is on, RITech is disabled automatically, invisible to user.
  69. *%   (We needn't enforce this at the user interface.)
  70. *% *UIConstraints: *MicroGray On *Smoothing Off
  71.  
  72. *% Resolution
  73. *%
  74. *% Must be followed by a paper or tray operator to take effect!
  75. *%
  76. *OpenUI *Resolution/Printing Resolution: PickOne
  77. *OrderDependency: 10 AnySetup *Resolution
  78. *% NOTE:  Printer does NOT support 400dpi, and "400dpi" will not appear
  79. *%   in the user interface.  We are using 400dpi as a way to access
  80. *%   "Printer's default", within the constraints of the PPD format.
  81. *%
  82. *% Printer's resolution selection
  83. *DefaultResolution: 400dpi
  84. *Resolution 400dpi/Printer's default: ""
  85. *Resolution 600dpi/600 dpi: "<</HWResolution [600 600] >> setpagedevice"
  86. *Resolution 300dpi/300 dpi: "<</HWResolution [300 300] >> setpagedevice"
  87. *?Resolution: "save currentpagedevice /HWResolution get 0 get
  88.   (          ) cvs print (dpi) = flush restore"
  89. *End
  90. *CloseUI: *Resolution
  91.  
  92. *% Epson RITech (Resolution Improvement Technology)
  93. *%
  94. *OpenUI *Smoothing/Resolution Improve: PickOne
  95. *OrderDependency: 50 AnySetup *Smoothing
  96. *DefaultSmoothing: Default
  97. *% "Printer's default" appears twice for PSPrinter/LW8.0, once for EpsonScript.
  98. *Smoothing Default/Printer's default: ""
  99. *Smoothing Off/Off: "<</REValue 0>> setsystemparams"
  100. *Smoothing On/On: "<</REValue 1>> setsystemparams"
  101. *% First "Off" ("Not available"), should never occur for this product.
  102. *?Smoothing: "save [(Off)(Off)(On)]
  103.   currentsystemparams /REValue get  1 add  get
  104.   = flush restore"
  105. *End
  106. *CloseUI: *Smoothing
  107.  
  108. *% User preference of Printer's Default Monochrome Screen:
  109. *%
  110. *% At 600 dpi, when MultiGray/MicroGray is selected:
  111. *%   * Images with 8 or more bits will be rendered by Epson's MicroGray (R)
  112. *%       screening, with an effective frequency of 141 lpi at 45 degrees.
  113. *%   * Other screened areas will be rendered by Phoenix Technologies'
  114. *%       MultiGray (R), with an effective frequency of 106 lpi at 45 degrees.
  115. *% At 300 dpi, when MultiGray/MicroGray is selected:
  116. *%   * All screened areas will be rendered by Phoenix Technologies'
  117. *%       MultiGray (R), with an effective frequency of 53 lpi at 45 degrees.
  118. *%
  119. *OpenUI *MicroGray/Dot Screen: PickOne
  120. *OrderDependency: 60 AnySetup *MicroGray
  121. *DefaultMicroGray: Default
  122. *MicroGray Default/Printer's default: ""
  123. *MicroGray Off/Standard: "
  124.   <</PrefScreenValue 0>> setuserparams currentscreen setscreen"
  125. *End
  126. *MicroGray On/MultiGray/MicroGray: "
  127.   <</PrefScreenValue 1>> setuserparams currentscreen setscreen"
  128. *End
  129. *?MicroGray: "save [(Off)(On)]
  130.   currentuserparams /PrefScreenValue get get
  131.   = flush restore"
  132. *End
  133. *CloseUI: *MicroGray
  134.  
  135. *% At 600 dpi, MicroGray is selected:
  136. *%       frequency of 141 lpi at 45 degrees
  137. *%       frequency of 106 lpi at 45 degrees
  138. *OpenUI *EmgtFrequency/MicroGray Frequency: PickOne
  139. *OrderDependency: 70 AnySetup *EmgtFrequency
  140. *DefaultEmgtFrequency: Default
  141. *EmgtFrequency Default/106 lpi: ""
  142. *End
  143. *EmgtFrequency 141lpi/141 lpi: "
  144.   <</EmgtFrequency 0>> setuserparams"
  145. *End
  146. *?EmgtFrequency: "save [(141lpi)]
  147.   currentuserparams /EmgtFrequency get get
  148.   = flush restore"
  149. *End
  150. *CloseUI: *EmgtFrequency
  151.  
  152. *% PS Error Sheet
  153. *%
  154. *OpenUI *PSerrorsheet/Error Sheet: PickOne
  155. *OrderDependency: 80 AnySetup *PSerrorsheet
  156. *DefaultPSerrorsheet: Default
  157. *%
  158. *PSerrorsheet Default/Printer's default: ""
  159. *PSerrorsheet Off/Off: "<</DoErrorSheet false>> setsystemparams"
  160. *PSerrorsheet On/On:  "<</DoErrorSheet true>>  setsystemparams"
  161. *?PSerrorsheet: "save[(Off)(On)]
  162.   currentsystemparams /DoErrorSheet get get
  163.   = flush restore"
  164. *End
  165. *CloseUI: *PSerrorsheet
  166.  
  167. *% PS Printmode
  168. *%
  169. *OpenUI *PSprintmode/Page Protect: PickOne
  170. *OrderDependency: 90 AnySetup *PSprintmode
  171. *DefaultPSprintmode: Default
  172. *%
  173. *PSprintmode Default/Printer's default: ""
  174. *PSprintmode Off/Off: "<</PrintMode 0>> setsystemparams"
  175. *PSprintmode On/On:  "<</PrintMode 1>>  setsystemparams"
  176. *?PSprintmode: "save[(Off)(On)]
  177.   currentsystemparams /PrintMode get get
  178.   = flush restore"
  179. *End
  180. *CloseUI: *PSprintmode
  181.  
  182. *% PSprotectLevel
  183. *%
  184. *OpenUI *PSprotectlevel/Protect Level: PickOne
  185. *OrderDependency: 100 AnySetup *PSprotectlevel
  186. *DefaultPSprotectlevel: Default
  187. *%
  188. *PSprotectlevel Default/Printer's default: ""
  189. *PSprotectlevel level1/1: "<</ProtectLevel 1>> setuserparams"
  190. *PSprotectlevel level2/2: "<</ProtectLevel 2>> setuserparams"
  191. *PSprotectlevel level3/3: "<</ProtectLevel 3>> setuserparams"
  192. *PSprotectlevel level4/4: "<</ProtectLevel 4>> setuserparams"
  193. *PSprotectlevel level5/5: "<</ProtectLevel 5>> setuserparams"
  194. *?PSprotectlevel: "save[(level1)(level2)(level3)(level4)(level5)]
  195.   currentuserparams /ProtectLevel get get
  196.   = flush restore"
  197. *End
  198. *CloseUI: *PSprotectlevel
  199.  
  200. *% PS Toner Save
  201. *%
  202. *OpenUI *TonerSave/Toner Save: PickOne
  203. *OrderDependency: 110 AnySetup *TonerSave
  204. *DefaultTonerSave: Default
  205. *%
  206. *TonerSave Default/Printer's default: ""
  207. *TonerSave Off/Off: "<</TonerSave false>> setuserparams"
  208. *TonerSave On/On:  "<</TonerSave true>>  setuserparams"
  209. *?TonerSave: "save [(Off)(On)]
  210.   currentuserparams /TonerSave get get
  211.   = flush restore"
  212. *End
  213. *CloseUI: *TonerSave
  214.  
  215.  
  216. *% PS Toner Density
  217. *%
  218. *OpenUI *TonerDensity/Toner Density: PickOne
  219. *OrderDependency: 120 AnySetup *TonerDensity
  220. *DefaultTonerDensity: Default
  221. *%
  222. *TonerDensity Default/Printer's default: ""
  223. *TonerDensity Lightest/Lightest: "<</TonerDensity 1>> setuserparams"
  224. *TonerDensity Light/Light:  "<</TonerDensity 2>> setuserparams"
  225. *TonerDensity Medium/Medium: "<</TonerDensity 3>> setuserparams"
  226. *TonerDensity Dark/Dark:   "<</TonerDensity 4>> setuserparams"
  227. *TonerDensity Darkest/Darkest: "<</TonerDensity 5>> setuserparams"
  228. *?TonerDensity: "save [(Lightest)(Light)(Medium)(Dark)(Darkest)]
  229.   currentuserparams /TonerDensity get get
  230.   = flush restore"
  231. *End
  232. *CloseUI: *TonerDensity
  233.  
  234. *% Halftone Information ===========================
  235. *%
  236. *% Standard non-MicroGray screen is 60 lpi for 300 dpi, 85 lpi for 600 dpi.
  237. *%
  238. *ScreenFreq: "60"
  239. *ScreenAngle: "45"
  240. *DefaultScreenProc: Dot
  241.  
  242. *ScreenProc Dot: "
  243. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  244. sub}{dup mul exch dup mul add 1 exch sub}ifelse}"
  245. *End
  246. *ScreenProc Line: "{pop}"
  247. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add
  248.  sqrt 1 exch sub}"
  249. *End
  250.  
  251. *DefaultTransfer: Null
  252. *Transfer Null: "{}"
  253. *Transfer Null.Inverse: "{1 exch sub}"
  254.  
  255. *% === Paper Handling ===================
  256. *%
  257. *% Use these PageSize entries to set paper size unless there is specific reason
  258. *%   to use PageRegion, such as when using manual feed.  (PageSize code is
  259. *%   included in the PostScript file when Mac driver's "Paper from" is set
  260. *%   to "Auto Select" or "Automatic".)
  261. *%
  262. *OpenUI *PageSize: PickOne
  263. *OrderDependency: 40 AnySetup *PageSize
  264. *%
  265. *% Typically, set DefaultPageSize to Letter for ActionLaser 1600.
  266. *% Typically, set DefaultPageSize to A4     for EPL-5600.
  267. *% This may be set to whatever is the most common PageSize at a site.  (Note:
  268. *%   per-job PageSize is not stored with the job by all Mac applications.)
  269. *DefaultPageSize: A4
  270. *%
  271. *PageSize A4: "a4"
  272. *PageSize A5: "a5"
  273. *PageSize B5: "b5"
  274. *PageSize Letter: "letter"
  275. *PageSize Legal: "legal"
  276. *PageSize HalfLetter/Half Letter: "halfletter"
  277. *PageSize Executive: "executivepage"
  278. *PageSize Govlgl/Government Legal: "glg"
  279. *PageSize Govltr/Government Letter: "glt"
  280. *PageSize F4: "f4"
  281. *PageSize Monarch: "monarch"
  282. *PageSize Comm10/Commercial-10: "com10"
  283. *PageSize DL: "dlenvelope"
  284. *PageSize C5: "c5"
  285. *PageSize ISOB5/International B5: "enb5"
  286. *PageSize C6: "c6"
  287. *PageSize Custom: "custom"
  288. *?PageSize: "save
  289.  18 dict
  290.    dup /a4 (A4) put
  291.    dup /a5 (A5) put
  292.    dup /b5 (B5) put
  293.    dup /letter (Letter) put
  294.    dup /legal (Legal) put
  295.    dup /halfletter (HalfLetter) put
  296.    dup /executivepage (Executive) put
  297.    dup /glg (Govlgl) put
  298.    dup /glt (Govltr) put
  299.    dup /f4 (F4) put
  300.    dup /monarch (Monarch) put
  301.    dup /com10 (Comm10) put
  302.    dup /dl (DL) put
  303.    dup /dlenvelope (DL) put
  304.    dup /c5 (C5) put
  305.    dup /enb5 (ISOB5) put
  306.    dup /c6 (C6) put
  307.    dup /custom (Custom) put
  308.    paperdict {
  309.      /pindex get 
  310.      currentsystemparams /PaperSize get  eq
  311.      { exit } { pop} ifelse
  312.    } forall
  313.   count 0 eq { (Unknown) }{ get } ifelse =
  314.   flush restore"
  315. *End
  316. *CloseUI: *PageSize
  317.  
  318. *% These entries set up the frame buffer.  Usually used with manual feed.
  319. *%   (These are intended to be ignored if emitted before InputSlot for
  320. *%   this printer.  I.e., InputSlot will override a preceding PageRegion.)
  321. *%
  322. *OpenUI *PageRegion: PickOne
  323. *OrderDependency: 20 AnySetup *PageRegion
  324. *%
  325. *% Typically, set DefaultPageRegion to Letter for ActionLaser 1300.
  326. *% Typically, set DefaultPageRegion to A4     for EPL-5500.
  327. *DefaultPageRegion: A4
  328. *%
  329. *PageRegion A4: "a4"
  330. *PageRegion A5: "a5"
  331. *PageRegion B5: "b5"
  332. *PageRegion Letter: "letter"
  333. *PageRegion Legal: "legal"
  334. *PageRegion HalfLetter/Half Letter: "halfletter"
  335. *PageRegion Executive: "executivepage"
  336. *PageRegion Govlgl/Government Legal: "glg"
  337. *PageRegion Govltr/Government Letter: "glt"
  338. *PageRegion F4: "f4"
  339. *PageRegion Monarch: "monarch"
  340. *PageRegion Comm10/Commercial-10: "com10"
  341. *PageRegion DL: "dlenvelope"
  342. *PageRegion C5: "c5"
  343. *PageRegion ISOB5/International B5: "enb5"
  344. *PageRegion C6: "c6"
  345. *PageRegion Custom: "custom"
  346. *CloseUI: *PageRegion
  347.  
  348.  
  349. *% These entries provide the imageable areas of the media option keywords.
  350. *%   Low x,y were rounded up, high x,y rounded down to integer for Windows.
  351. *%
  352. *% Typically, set DefaultImageableArea to Letter for ActionLaser 1600.
  353. *% Typically, set DefaultImageableArea to A4     for EPL-5600.
  354. *DefaultImageableArea: A4
  355. *%
  356. *ImageableArea A4: "12 13 583 829"
  357. *ImageableArea A5: "12 13 407 582"
  358. *ImageableArea B5: "12 13 503 716"
  359. *ImageableArea Letter: "12 13 599 780"
  360. *ImageableArea Legal: "12 13 599 996"
  361. *ImageableArea HalfLetter/Half Letter: "12 13 383 583"
  362. *ImageableArea Executive: "12 13 509 744"
  363. *ImageableArea Govlgl/Government Legal: "12 13 599 924"
  364. *ImageableArea Govltr/Government Letter: "12 13 563 744"
  365. *ImageableArea F4: "12 13 583 923"
  366. *ImageableArea Monarch: "12 13 266 528"
  367. *ImageableArea Comm10/Commercial-10: "12 13 284 672"
  368. *ImageableArea DL: "12 13 299 611"
  369. *ImageableArea C5: "12 13 447 636"
  370. *ImageableArea ISOB5/International B5: "12 13 486 695"
  371. *ImageableArea C6: "12 13 312 448"
  372. *ImageableArea Custom: "12 13 603 995"
  373. *?ImageableArea: "save
  374.   /cvp {(                ) cvs print ( ) print } bind def
  375.   /upperright {10000 mul floor 10000 div} bind def
  376.   /lowerleft {10000 mul ceiling 10000 div} bind def
  377.   newpath clippath pathbbox
  378.   4 -2 roll exch 2 {lowerleft cvp} repeat
  379.   exch 2 {upperright cvp} repeat flush
  380.   restore"
  381. *End
  382.  
  383.  
  384. *% These provide the physical dimensions of the media, by option keyword.
  385. *%
  386. *% Typically, set DefaultPaperDimension to Letter for ActionLaser 1300.
  387. *% Typically, set DefaultPaperDimension to A4     for EPL-5500.
  388. *DefaultPaperDimension: A4
  389. *%
  390. *PaperDimension A4: "595 841"
  391. *PaperDimension A5: "419 595"
  392. *PaperDimension B5: "516 728"
  393. *PaperDimension Letter: "612 792"
  394. *PaperDimension Legal: "612 1008"
  395. *PaperDimension HalfLetter/Half Letter: "396 612"
  396. *PaperDimension Executive: "522 756"
  397. *PaperDimension Govlgl/Government Legal: "612 936"
  398. *PaperDimension Govltr/Government Letter: "576 756"
  399. *PaperDimension F4: "595 935"
  400. *PaperDimension Monarch: "278 540"
  401. *PaperDimension Comm10/Commercial-10: "296 684"
  402. *PaperDimension DL: "311 623"
  403. *PaperDimension C5: "459 648"
  404. *PaperDimension ISOB5/International B5: "498 708"
  405. *PaperDimension C6: "323 459"
  406. *PaperDimension Custom: "618 1008"
  407.  
  408. *% This controls the "Paper from" driver dialog.
  409. *%
  410. *OpenUI *InputSlot: PickOne
  411. *OrderDependency: 30 AnySetup *InputSlot
  412. *% *DefaultInputSlot: EpsonAuto
  413. *%
  414. *% The "Automatic" default causes tray-selection based on PageSize.
  415. *% Default appears to be "Automatic" for EpsonScript Driver, and equivalently,
  416. *%   "Auto Select" for PSPrinter/LW8.0 .  I.e., DefaultInputSlot is ignored.
  417. *% 
  418. *InputSlot EpsonAuto/Printer's Automatic: "3 statusdict /setpapertray get exec
  419.   <</ManualFeed false >> setpagedevice"
  420. *End
  421. *InputSlot Manual/Manual Feed: "0 statusdict /setpapertray get exec
  422.   <</ManualFeed true >> setpagedevice"
  423. *End
  424. *InputSlot Upper/Standard Tray: "0 statusdict /setpapertray get exec
  425.   <</ManualFeed false >> setpagedevice"
  426. *End
  427. *InputSlot Lower/Optional Cassette: "1 statusdict /setpapertray get exec
  428.   <</ManualFeed false >> setpagedevice"
  429. *End
  430. *?InputSlot: "
  431.  save
  432.  currentpagedevice /ManualFeed get
  433.    {(Manual)}  {
  434.    3 dict
  435.       dup /0 (Upper) put
  436.       dup /1 (Lower) put
  437.       dup /3 (EpsonAuto) put
  438.       statusdict /papertray get exec
  439.       {get} stopped {pop pop (Unknown)} if
  440.  } ifelse
  441.    = flush  restore"
  442. *End
  443. *CloseUI: *InputSlot
  444.  
  445.  
  446. *% Font Information =====================
  447. *%
  448. *% Note:  "Helvetica", "Palatino" and "Times" are registered trademarks of
  449. *%   Linotype AG and/or its subsidiaries.  The PostScript interpreter
  450. *%   addressed by this PPD will substitute the comparable Bitstream font
  451. *%   families "Swiss", "Zapf Calligraphic", and "Dutch", respectively,
  452. *%   for PostScript references to the former three names.
  453. *%
  454. *DefaultFont: Courier
  455. *Font AvantGarde-Book:              Standard "(002)" Standard ROM
  456. *Font AvantGarde-BookOblique:          Standard "(002)" Standard ROM
  457. *Font AvantGarde-Demi:              Standard "(002)" Standard ROM
  458. *Font AvantGarde-DemiOblique:          Standard "(002)" Standard ROM
  459. *Font Bookman-Demi:              Standard "(002)" Standard ROM
  460. *Font Bookman-DemiItalic:          Standard "(002)" Standard ROM
  461. *Font Bookman-Light:              Standard "(002)" Standard ROM
  462. *Font Bookman-LightItalic:          Standard "(002)" Standard ROM
  463. *Font Courier:                  Standard "(002)" Standard ROM
  464. *Font Courier-Bold:              Standard "(002)" Standard ROM
  465. *Font Courier-BoldOblique:          Standard "(002)" Standard ROM
  466. *Font Courier-Oblique:              Standard "(002)" Standard ROM
  467. *Font Helvetica:              Standard "(002)" Standard ROM
  468. *Font Helvetica-Bold:              Standard "(002)" Standard ROM
  469. *Font Helvetica-BoldOblique:          Standard "(002)" Standard ROM
  470. *Font Helvetica-Narrow:              Standard "(002)" Standard ROM
  471. *Font Helvetica-Narrow-Bold:          Standard "(002)" Standard ROM
  472. *Font Helvetica-Narrow-BoldOblique:   Standard "(002)" Standard ROM
  473. *Font Helvetica-Narrow-Oblique:          Standard "(002)" Standard ROM
  474. *Font Helvetica-Oblique:          Standard "(002)" Standard ROM
  475. *Font NewCenturySchlbk-Bold:          Standard "(002)" Standard ROM
  476. *Font NewCenturySchlbk-BoldItalic:    Standard "(002)" Standard ROM
  477. *Font NewCenturySchlbk-Italic:          Standard "(002)" Standard ROM
  478. *Font NewCenturySchlbk-Roman:          Standard "(002)" Standard ROM
  479. *Font Palatino-Bold:              Standard "(002)" Standard ROM
  480. *Font Palatino-BoldItalic:          Standard "(002)" Standard ROM
  481. *Font Palatino-Italic:              Standard "(002)" Standard ROM
  482. *Font Palatino-Roman:              Standard "(002)" Standard ROM
  483. *Font Symbol:                  Standard "(002)" Standard ROM
  484. *Font Times-Bold:              Standard "(002)" Standard ROM
  485. *Font Times-BoldItalic:              Standard "(002)" Standard ROM
  486. *Font Times-Italic:              Standard "(002)" Standard ROM
  487. *Font Times-Roman:              Standard "(002)" Standard ROM
  488. *Font ZapfChancery-MediumItalic:      Standard "(002)" Standard ROM
  489. *Font ZapfDingbats:              Standard "(002)" Standard ROM
  490. *% 
  491.  
  492. *?FontQuery: "save
  493.  /str 100 string dup 0 (fonts/) putinterval def
  494.  {
  495.    count 1 gt
  496.    {
  497.      exch dup str 6 94 getinterval cvs
  498.      (/) print dup print (:) print exch
  499.      FontDirectory exch known
  500.      { pop (Yes) }
  501.  {
  502.    length 6 add str 0 3 -1 roll getinterval
  503.    mark exch status
  504.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  505.      } ifelse = flush
  506.    }
  507.    {exit} ifelse
  508.  }bind loop
  509.  (*) = flush
  510. restore"
  511. *End
  512.  
  513. *?FontList: "save
  514.   FontDirectory { pop == } bind forall flush
  515. (*) = flush
  516. restore"
  517. *End
  518.  
  519. *% Printer Messages (verbatim from printer):
  520. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  521. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  522. *Message: "\FontName\ not found, using Courier"
  523.  
  524. *% Status (format: %%[ status: <one of these> ]%% )
  525. *Status: "idle"
  526. *Status: "busy"
  527. *Status: "waiting"
  528. *Status: "printing"
  529. *Status: "initializing"
  530. *Status: "PrinterError:off line"
  531. *Status: "PrinterError:out of paper"
  532. *Status: "PrinterError:cover open"
  533. *Status: "PrinterError:paper entry misfeed"
  534. *Status: "PrinterError:Ink/Toner end"
  535. *Status: "PrinterError:PRINT OVERRUN"
  536. *Status: "PrinterError:INSERT CART"
  537. *Status: "PrinterError:ILLEGAL CART"
  538. *Status: "PrinterError:REMOVE CART"
  539.  
  540. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  541. *Source: "Serial"
  542. *Source: "Parallel"
  543. *Source: "AppleTalk"
  544. *Source: "Other I/O"
  545.  
  546. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  547. *%   (Printer Errors are reported via the LCD display on the printer.)
  548. *PrinterError: "off line"
  549. *PrinterError: "out of paper"
  550. *PrinterError: "cover open"
  551. *PrinterError: "paper entry misfeed"
  552. *PrinterError: "Ink/Toner end"
  553. *PrinterError: "PRINT OVERRUN"
  554. *PrinterError: "INSERT CART"
  555. *PrinterError: "ILLEGAL CART"
  556. *PrinterError: "REMOVE CART"
  557.  
  558.  
  559. *% Color Separation Information =====================
  560.  
  561. *%*DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  562. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  563.  
  564. *InkName: ProcessBlack/Process Black
  565. *InkName: CustomColor/Custom Color
  566. *InkName: ProcessCyan/Process Cyan
  567. *InkName: ProcessMagenta/Process Magenta
  568. *InkName: ProcessYellow/Process Yellow
  569.  
  570. *%  For 60 lpi / 300 dpi  ===============================
  571. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  572. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  573. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  574. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  575. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  576. *%
  577. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  578. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  579. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  580. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  581. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  582.  
  583. *%  For 53 lpi / 300 dpi  ===============================
  584. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  585. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  586. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "21.801"
  587. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "68.1985"
  588. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  589. *%
  590. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  591. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  592. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "55.7086"
  593. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "55.708"
  594. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  595.  
  596. *%  For 85 lpi / 600 dpi  ===============================
  597. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45"
  598. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45"
  599. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "15"
  600. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "75"
  601. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0"
  602. *%
  603. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85"
  604. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85"
  605. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85"
  606. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85"
  607. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85"
  608.  
  609. *%  For 71 lpi / 600 dpi  ===============================
  610. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45"
  611. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45"
  612. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "15"
  613. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "75"
  614. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0"
  615. *%
  616. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  617. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  618. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  619. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  620. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "75"
  621.  
  622. *% end of PPD file for EPSON EPL-5500 EpsonScript.
  623.